#footer {
  --innerWidth: 1280px;
  --lineColor: #344249;
  --supTextColor: #b9b9b9;
  --transitionDelay: 0.4s;
  --mainColor: #2ac2b6;
  background-color: #1b2225;
}
#footer * {
  color: var(--supTextColor);
}
#footer .footer_container {
  width: var(--innerWidth);
  margin: 0 auto;
}
#footer .footer_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px 0 26px;
}
#footer .footer_top .footer_top-item {
  height: 26px;
  line-height: 26px;
  padding-left: 36px;
  color: #fff;
  position: relative;
}
#footer .footer_top .footer_top-item::before {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  left: 0;
  top: 0;
}
#footer .footer_top .footer_top-item:nth-child(1)::before {
  background-image: url(../../image/newUI/home/footer/icon1.png);
}
#footer .footer_top .footer_top-item:nth-child(2)::before {
  background-image: url(../../image/newUI/home/footer/icon2.png);
}
#footer .footer_top .footer_top-item:nth-child(3)::before {
  background-image: url(../../image/newUI/home/footer/icon3.png);
}
#footer .footer_top .footer_top-item:nth-child(4)::before {
  background-image: url(../../image/newUI/home/footer/icon4.png);
}
#footer .footer_top .footer_top-item:nth-child(5)::before {
  background-image: url(../../image/newUI/home/footer/icon5.png);
}
#footer .footer_bottom {
  padding: 20px 0 16px;
  border-top: 1px solid var(--lineColor);
}
#footer .footer_bottom div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 0;
}
#footer .footer_bottom div img {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  margin-right: 6px;
}
#footer .footer_links {
  padding: 16px 0;
  border-top: 1px solid var(--lineColor);
  display: flex;
  justify-content: space-between;
}
#footer .footer_links a {
  transition: all var(--transitionDelay);
}
#footer .footer_links a:hover {
  color: var(--mainColor);
}
#footer .footer_main {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--lineColor);
  padding: 36px 0 40px;
}
#footer .footer_main .footer_content {
  width: max-content;
}
#footer .footer_main .footer_content::before {
  content: attr(label);
  display: block;
  font-size: 16px;
  color: #fff;
}
#footer .footer_main .footer_content[type=about] a {
  display: block;
  margin-top: 16px;
  transition: all var(--transitionDelay);
}
#footer .footer_main .footer_content[type=about] a:hover {
  color: var(--mainColor);
}
#footer .footer_main .footer_content[type=about] a:nth-child(1) {
  margin-top: 18px;
}
#footer .footer_main .footer_content[type=connect] p {
  margin-bottom: 4px;
  margin-top: 16px;
}
#footer .footer_main .footer_content[type=connect] p:nth-child(1) {
  margin-top: 13px;
}
#footer .footer_main .footer_content[type=connect] h1,
#footer .footer_main .footer_content[type=connect] h2 {
  color: #fff;
}
#footer .footer_main .footer_content[type=connect] h1 {
  font-size: 20px;
}
#footer .footer_main .footer_content[type=connect] .qrcodes {
  margin-top: 28px;
  display: flex;
  padding-bottom: 32px;
}
#footer .footer_main .footer_content[type=connect] .qrcodes .qrcode {
  width: 98px;
  height: 98px;
  position: relative;
}
#footer .footer_main .footer_content[type=connect] .qrcodes .qrcode img {
  width: 100%;
  height: 100%;
}
#footer .footer_main .footer_content[type=connect] .qrcodes .qrcode:not(:nth-child(1)) {
  margin-left: 24px;
}
#footer .footer_main .footer_content[type=connect] .qrcodes .qrcode::after {
  content: attr(label);
  color: #fff;
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 100%;
  text-align: center;
}
#footer .footer_main .footer_content[type=product]:not(:nth-child(1)) {
  margin-top: 36px;
}
#footer .footer_main .footer_content[type=product] .footer_products {
  margin-top: 13px;
  display: flex;
  position: relative;
}
#footer .footer_main .footer_content[type=product] .footer_products::before {
  content: attr(label);
  display: inline-block;
  width: 90px;
  color: #fff;
}
#footer .footer_main .footer_content[type=product] .footer_products:nth-child(1) {
  margin-top: 16px;
}
#footer .footer_main .footer_content[type=product] .footer_products .footer_product {
  width: 98px;
}
#footer .footer_main .footer_content[type=product] .footer_products .footer_product a {
  transition: all var(--transitionDelay);
}
#footer .footer_main .footer_content[type=product] .footer_products .footer_product a:hover {
  color: var(--mainColor);
}
@media screen and (max-width: 1280px) {
  #footer {
    --innerWidth: 1160px;
  }
}
@media screen and (min-width: 1921px) {
  #footer {
    --innerWidth: 1600px;
  }
}
#sider {
  --transitionDelay: 0.4s;
  --bgColor: linear-gradient(179deg, #34d7bf 0%, #01b8f9 100%);
  user-select: none;
  padding-right: 12px;
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 35%;
}
#sider .sider_menus {
  background-image: var(--bgColor);
  border-radius: 6px;
  border: 1px solid #ffffff;
  width: 90px;
}
#sider .sider_menus .sider_menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
}
#sider .sider_menus .sider_menu::before {
  content: '';
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
}
#sider .sider_menus .sider_menu::after {
  content: attr(label);
  margin-top: 4px;
  color: #fff;
}
#sider .sider_menus .sider_menu:not(:nth-child(1)) {
  border-top: 1px solid rgba(255, 255, 255, 0.26);
}
#sider .sider_menus .sider_menu[type=top] {
  padding: 8px 0;
}
#sider .sider_menus .sider_menu .sider_tip {
  position: absolute;
  opacity: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
  border-radius: 6px;
  top: 50%;
  transform: translateY(-50%) scale(0.1);
  box-shadow: 0px 0px 20px 8px rgba(202, 215, 211, 0.3);
  transition: all var(--transitionDelay);
  cursor: default;
  white-space: nowrap;
}
#sider .sider_menus .sider_menu .sider_tip::after {
  content: '';
  border: 6px solid transparent;
  border-left-color: #fff;
  left: calc(100% - 1px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#sider .sider_menus .sider_menu .sider_tip::before {
  width: 16px;
  height: 100%;
  right: -12px;
  content: '';
  position: absolute;
  top: 0;
}
#sider .sider_menus .sider_menu:hover .sider_tip {
  opacity: 1;
  right: calc(100% + 10px);
  transform: translateY(-50%) scale(1);
}
#sider .sider_menus .sider_menu[type=tel] .sider_tip {
  padding: 13px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
#sider .sider_menus .sider_menu[type=qrcode] .sider_tip {
  padding: 14px 6px 6px;
}
#sider .sider_menus .sider_menu[type=qrcode] .sider_tip span {
  color: #989898;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 6px;
}
#sider .sider_menus .sider_menu[type=qrcode] .sider_tip img {
  width: 124px;
  height: 124px;
}
#sider .sider_logo {
  width: 100%;
  height: 88px;
  object-fit: contain;
  object-position: center;
  position: relative;
  margin-bottom: -16px;
}
#sider .sider_customization {
  position: absolute;
  bottom: -92px;
  left: 50%;
  transform: translateX(-60%);
}
#sider .sider_customization img {
  width: 82px;
  height: 68px;
}
@media screen and (max-width: 1280px) {
  #sider {
    transform: scale(0.85) translateX(20px);
  }
  #sider .sider_menus {
    width: 80px;
  }
  #sider .sider_customization {
    position: absolute;
    bottom: -80px;
  }
}
.service_outer {
  position: relative;
}
.service_outer .service_title {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 32px;
  left: 32px;
}
.service_outer .service_main {
  background: linear-gradient(180deg, #c6eeff 0%, #ffffff 100%);
  border-radius: 8px;
  display: flex;
  padding-top: 18px;
}
.service_outer .service_line {
  width: 1px;
  background-color: #D8DBE3;
  margin-top: 42px;
  margin-bottom: 24px;
}
.service_outer .service_presale,
.service_outer .service_support {
  flex: 1;
  padding: 0 24px 14px;
}
.service_outer .service_presale h1,
.service_outer .service_support h1 {
  font-size: 14px;
  font-weight: 600;
  margin: 6px 6px 16px;
}
.footer_news_collapse {
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer_news_collapse.collapse svg {
  transform: rotate(180deg);
}
.footer_news_item {
  width: calc(100% / 6);
  padding-right: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--supTextColor);
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer_news_item::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background-color: var(--supTextColor);
  border-radius: 50%;
}
.footer_news_list {
  display: none;
}
.footer_news_list.active {
  display: flex;
}
